Versions:
krp 1.0.9, published by Eddie Tisma, is a lightweight Kubernetes reverse proxy engineered to simplify on-demand port forwarding and dynamic routing within local development workflows. Designed for engineers who need friction-free access to cluster services without permanent ingress controllers or manual kubectl port-forward sessions, the utility spins up ephemeral loopback tunnels that map remote pods, services, or deployments to convenient 127.0.0.1 addresses on the developer workstation. By watching the Kubernetes API in real time, krp detects when targeted resources appear, disappear, or change ports and automatically adjusts its routing table, eliminating the lag and scripting overhead usually associated with static port-forward scripts. The tool is especially useful for debugging microservices, running integration tests against a live cluster, or previewing front-end builds served from in-cluster pods, all while keeping the cluster’s public surface unchanged. Its single-binary architecture keeps memory and CPU usage minimal, and configuration is expressed through short YAML snippets or CLI flags, making it easy to embed in larger DevOps pipelines. Although only three versions have been released to date, the 1.0.9 stream refines connection pooling and adds experimental support for headless services. As a networking utility targeted at container orchestration environments, krp occupies the Kubernetes tooling category and complements heavier ingress solutions by focusing strictly on secure, local-only access. The software is available for free on get.nero.com, with downloads provided via trusted Windows package sources (e.g. winget), always delivering the latest version, and supporting batch installation of multiple applications.
Tags: